footer {
    width: 100%;
    position: absolute;
    bottom: 0;
}

header {
    position: absolute;
}

#documents {
    position: relative;
    margin-top: 150px;
}

#documents ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 200%;
    list-style: circle;
}


#documents ul li:hover {
    text-decoration: underline;
}